Interface VLAN

All Superinterfaces:
IPCObject
All Known Implementing Classes:
VLANImpl

public interface VLAN extends IPCObject
Information provided by the PKI file:

    \class Vlan
    
    \brief Vlan handles and manipulates the individual VLAN.
    
    \example network().getDevice("Switch0").getProcess("VlanManager").getVlanAt(0)
    
Author:
Auto-generated
  • Method Details

    • getName

      String getName()
      Information provided by the PKI file:
      
          \brief Returns the name of this VLAN.
          
          \return string, the name of this VLAN.
          
              
      Returns:
      String Returns a String
    • getMacTable

      MACTable getMacTable()
      Information provided by the PKI file:
      
          \brief Returns the MAC address table.
          
          \return MacTable, the MacTable object.
          
              
      Returns:
      MACTable Returns a MACTable
    • isDefault

      boolean isDefault()
      Information provided by the PKI file:
      
          \brief Returns true if this is the default VLAN, otherwise false.
          
          \return bool, true if this is the default VLAN, otherwise false.
          
              
      Returns:
      boolean Returns a boolean
    • getVlanNumber

      int getVlanNumber()
      Information provided by the PKI file:
      
          \brief Returns the VLAN number of this VLAN.
          
          \return int, the VLAN number of this VLAN.
          
              
      Returns:
      int Returns a int